C++ Translator +p option broken

The +p option produces spurious errors under R2.1. Edit the master Makefile to not use the +p option when compiling with R2.1:

# C++ flags

# NOTE: Disable +p option when compiling with AT&T R2.1

#CCFLAGS = +p

CCFLAGS =